STEP 10: Let's count the responses for the other letters. The most common choice will give us the quiz outcome.
- Drag three more Get Count commands to the bottom of your program.
- Name each new variable based on which letter count it stores: b_num, c_num, or d_num.
- Assign all the .count() commands to user_choices by changing my_list to user_choices.
- Change each argument in .count() to one letter: "b", "c", and "d".
To navigate the page using the TAB key, first press ESC to exit the code editor.